home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMZIPREPAIR / TFRMZIPREPAIR.txt
Encoding:
Text File  |  2004-07-08  |  3.9 KB  |  180 lines

  1. object frmZipRepair: TfrmZipRepair
  2.   Left = 265
  3.   Top = 199
  4.   Width = 525
  5.   Height = 439
  6.   Caption = 'frmZipRepair'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poMainFormCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pControls: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 517
  24.     Height = 119
  25.     Align = alTop
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.     object lvFilelist: TListView
  30.       Left = 6
  31.       Top = 8
  32.       Width = 377
  33.       Height = 99
  34.       Anchors = [akLeft, akTop, akRight]
  35.       Columns = <
  36.         item
  37.           Width = 330
  38.         end>
  39.       SmallImages = frmFilzipMain.fzImages
  40.       TabOrder = 2
  41.       ViewStyle = vsReport
  42.       OnChange = lvFilelistChange
  43.     end
  44.     object btnClose: TButton
  45.       Left = 432
  46.       Top = 36
  47.       Width = 75
  48.       Height = 25
  49.       Anchors = [akTop, akRight]
  50.       Cancel = True
  51.       Caption = 'btnClose'
  52.       TabOrder = 0
  53.       OnClick = btnCloseClick
  54.     end
  55.     object btnRepair: TButton
  56.       Left = 432
  57.       Top = 8
  58.       Width = 75
  59.       Height = 25
  60.       Anchors = [akTop, akRight]
  61.       Caption = 'btnRepair'
  62.       Default = True
  63.       Enabled = False
  64.       TabOrder = 1
  65.       OnClick = btnRepairClick
  66.     end
  67.     object btnAdd: TButton
  68.       Left = 390
  69.       Top = 8
  70.       Width = 18
  71.       Height = 48
  72.       Anchors = [akTop, akRight]
  73.       Caption = '+'
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clWindowText
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       TabOrder = 3
  81.       OnClick = btnAddClick
  82.     end
  83.     object btnDel: TButton
  84.       Left = 390
  85.       Top = 56
  86.       Width = 18
  87.       Height = 48
  88.       Anchors = [akTop, akRight]
  89.       Caption = '-'
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clWindowText
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       ParentFont = False
  96.       TabOrder = 4
  97.       OnClick = btnDelClick
  98.     end
  99.   end
  100.   object pMessages: TPanel
  101.     Left = 0
  102.     Top = 119
  103.     Width = 517
  104.     Height = 286
  105.     Align = alClient
  106.     BevelInner = bvRaised
  107.     BevelOuter = bvLowered
  108.     TabOrder = 1
  109.     object PageControl1: TPageControl
  110.       Left = 2
  111.       Top = 2
  112.       Width = 513
  113.       Height = 282
  114.       ActivePage = tsSummary
  115.       Align = alClient
  116.       TabOrder = 0
  117.       object tsSummary: TTabSheet
  118.         Caption = 'tsSummary'
  119.         object mSummary: TMemo
  120.           Left = 0
  121.           Top = 0
  122.           Width = 505
  123.           Height = 230
  124.           Align = alClient
  125.           ReadOnly = True
  126.           ScrollBars = ssBoth
  127.           TabOrder = 0
  128.         end
  129.         object pStatus: TPanel
  130.           Left = 0
  131.           Top = 230
  132.           Width = 505
  133.           Height = 24
  134.           Align = alBottom
  135.           BevelInner = bvRaised
  136.           BevelOuter = bvLowered
  137.           TabOrder = 1
  138.           Visible = False
  139.           object pbStatus: TProgressBar
  140.             Left = 4
  141.             Top = 4
  142.             Width = 496
  143.             Height = 16
  144.             Anchors = [akLeft, akTop, akRight]
  145.             Min = 0
  146.             Max = 100
  147.             Smooth = True
  148.             Step = 1
  149.             TabOrder = 0
  150.           end
  151.         end
  152.       end
  153.       object tsDetails: TTabSheet
  154.         Caption = 'tsDetails'
  155.         ImageIndex = 1
  156.         object mOutput: TMemo
  157.           Left = 0
  158.           Top = 0
  159.           Width = 505
  160.           Height = 254
  161.           Align = alClient
  162.           ReadOnly = True
  163.           ScrollBars = ssBoth
  164.           TabOrder = 0
  165.         end
  166.       end
  167.     end
  168.   end
  169.   object odAddArchives: TOpenDialog
  170.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  171.     Left = 480
  172.     Top = 72
  173.   end
  174.   object zfRepair: TZipFix
  175.     OnFileFound = zfRepairFileFound
  176.     Left = 448
  177.     Top = 72
  178.   end
  179. end
  180.